13. Exercise: Open a Web Page

Opening a Web Page

Now it's your turn! Complete the TODOs in T04b.01-Exercise-OpenWebpage.

SOLUTION:
  • Create a function called openWebPage that accepts a String as a parameter.
  • Replace Toast message.
  • Call your function with `https://www.udacity.com` as the parameter.